home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Mail Server / SmartMail Server.exe / usermngr.exe / 0 / RCDATA / TCREATEUSERFORM / TCREATEUSERFORM.txt < prev   
Encoding:
Text File  |  2001-03-09  |  10.1 KB  |  466 lines

  1. object CreateUserForm: TCreateUserForm
  2.   Left = 298
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create a new user'
  6.   ClientHeight = 295
  7.   ClientWidth = 459
  8.   Color = clWhite
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 459
  23.     Height = 30
  24.     Align = alTop
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 141
  32.     Height = 19
  33.     Caption = 'SmartMail Server'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWhite
  36.     Font.Height = -16
  37.     Font.Name = 'Tahoma'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Notebook1: TNotebook
  43.     Left = 0
  44.     Top = 30
  45.     Width = 459
  46.     Height = 265
  47.     Align = alClient
  48.     TabOrder = 0
  49.     object TPage
  50.       Left = 0
  51.       Top = 0
  52.       Caption = 'Default'
  53.       object Label2: TLabel
  54.         Left = 16
  55.         Top = 16
  56.         Width = 214
  57.         Height = 13
  58.         Caption = 'Welcome to the User Creation Wizard!'
  59.         Font.Charset = ANSI_CHARSET
  60.         Font.Color = clWindowText
  61.         Font.Height = -11
  62.         Font.Name = 'Tahoma'
  63.         Font.Style = [fsBold]
  64.         ParentFont = False
  65.       end
  66.       object GroupBox1: TGroupBox
  67.         Left = 16
  68.         Top = 40
  69.         Width = 417
  70.         Height = 169
  71.         Caption = 'General User Details'
  72.         Ctl3D = False
  73.         ParentCtl3D = False
  74.         TabOrder = 0
  75.         object Label3: TLabel
  76.           Left = 16
  77.           Top = 24
  78.           Width = 52
  79.           Height = 13
  80.           Caption = 'Username:'
  81.         end
  82.         object Label4: TLabel
  83.           Left = 16
  84.           Top = 48
  85.           Width = 50
  86.           Height = 13
  87.           Caption = 'Full Name:'
  88.         end
  89.         object Label5: TLabel
  90.           Left = 16
  91.           Top = 72
  92.           Width = 50
  93.           Height = 13
  94.           Caption = 'Password:'
  95.         end
  96.         object Label6: TLabel
  97.           Left = 16
  98.           Top = 96
  99.           Width = 90
  100.           Height = 13
  101.           Caption = 'Confirm Password:'
  102.         end
  103.         object CheckBox1: TCheckBox
  104.           Left = 112
  105.           Top = 128
  106.           Width = 121
  107.           Height = 17
  108.           Caption = 'Enable this account'
  109.           Checked = True
  110.           Ctl3D = False
  111.           ParentCtl3D = False
  112.           State = cbChecked
  113.           TabOrder = 4
  114.         end
  115.         object Edit1: TEdit
  116.           Left = 112
  117.           Top = 22
  118.           Width = 289
  119.           Height = 19
  120.           TabOrder = 0
  121.         end
  122.         object Edit2: TEdit
  123.           Left = 112
  124.           Top = 46
  125.           Width = 289
  126.           Height = 19
  127.           TabOrder = 1
  128.         end
  129.         object Edit3: TEdit
  130.           Left = 112
  131.           Top = 70
  132.           Width = 289
  133.           Height = 19
  134.           PasswordChar = '*'
  135.           TabOrder = 2
  136.         end
  137.         object Edit4: TEdit
  138.           Left = 112
  139.           Top = 94
  140.           Width = 289
  141.           Height = 19
  142.           PasswordChar = '*'
  143.           TabOrder = 3
  144.         end
  145.       end
  146.       object Button2: TButton
  147.         Left = 296
  148.         Top = 232
  149.         Width = 75
  150.         Height = 25
  151.         Caption = 'Next >'
  152.         TabOrder = 1
  153.         OnClick = Button2Click
  154.       end
  155.       object Button1: TButton
  156.         Left = 376
  157.         Top = 232
  158.         Width = 75
  159.         Height = 25
  160.         Caption = 'Cancel'
  161.         TabOrder = 2
  162.         OnClick = Button1Click
  163.       end
  164.     end
  165.     object TPage
  166.       Left = 0
  167.       Top = 0
  168.       Caption = 'Quota'
  169.       object Label7: TLabel
  170.         Left = 16
  171.         Top = 16
  172.         Width = 247
  173.         Height = 13
  174.         Caption = 'Enable and configure Quota for this user if needed.'
  175.       end
  176.       object GroupBox2: TGroupBox
  177.         Left = 16
  178.         Top = 40
  179.         Width = 417
  180.         Height = 169
  181.         Ctl3D = False
  182.         ParentCtl3D = False
  183.         TabOrder = 0
  184.         object Label8: TLabel
  185.           Left = 16
  186.           Top = 24
  187.           Width = 71
  188.           Height = 13
  189.           Caption = 'Max. Mail Size:'
  190.         end
  191.         object Label9: TLabel
  192.           Left = 16
  193.           Top = 48
  194.           Width = 78
  195.           Height = 13
  196.           Caption = 'Max. Diskspace:'
  197.         end
  198.         object Label10: TLabel
  199.           Left = 256
  200.           Top = 24
  201.           Width = 33
  202.           Height = 13
  203.           Caption = 'KBytes'
  204.         end
  205.         object Label11: TLabel
  206.           Left = 256
  207.           Top = 48
  208.           Width = 33
  209.           Height = 13
  210.           Caption = 'KBytes'
  211.         end
  212.         object CheckBox2: TCheckBox
  213.           Left = 16
  214.           Top = -1
  215.           Width = 85
  216.           Height = 17
  217.           Caption = 'Enable Quota'
  218.           TabOrder = 0
  219.         end
  220.         object SpinEdit1: TSpinEdit
  221.           Left = 112
  222.           Top = 22
  223.           Width = 137
  224.           Height = 22
  225.           Ctl3D = False
  226.           MaxValue = 99999999
  227.           MinValue = 1
  228.           ParentCtl3D = False
  229.           TabOrder = 1
  230.           Value = 100
  231.         end
  232.         object SpinEdit2: TSpinEdit
  233.           Left = 112
  234.           Top = 46
  235.           Width = 137
  236.           Height = 22
  237.           Ctl3D = False
  238.           MaxValue = 99999999
  239.           MinValue = 1
  240.           ParentCtl3D = False
  241.           TabOrder = 2
  242.           Value = 1000
  243.         end
  244.       end
  245.       object Button3: TButton
  246.         Left = 221
  247.         Top = 232
  248.         Width = 75
  249.         Height = 25
  250.         Caption = '< Back'
  251.         TabOrder = 1
  252.         OnClick = Button3Click
  253.       end
  254.       object Button6: TButton
  255.         Left = 296
  256.         Top = 232
  257.         Width = 75
  258.         Height = 25
  259.         Caption = 'Next >'
  260.         TabOrder = 2
  261.         OnClick = Button6Click
  262.       end
  263.       object Button7: TButton
  264.         Left = 376
  265.         Top = 232
  266.         Width = 75
  267.         Height = 25
  268.         Caption = 'Cancel'
  269.         TabOrder = 3
  270.         OnClick = Button1Click
  271.       end
  272.     end
  273.     object TPage
  274.       Left = 0
  275.       Top = 0
  276.       Caption = 'Remote'
  277.       object Label12: TLabel
  278.         Left = 16
  279.         Top = 16
  280.         Width = 329
  281.         Height = 13
  282.         Caption = 
  283.           'SmartMail can download mails from other POP3 Servers for this us' +
  284.           'er.'
  285.       end
  286.       object GroupBox3: TGroupBox
  287.         Left = 16
  288.         Top = 40
  289.         Width = 417
  290.         Height = 169
  291.         Caption = 'Remote Mailboxes'
  292.         Ctl3D = False
  293.         ParentCtl3D = False
  294.         TabOrder = 0
  295.         object ListView1: TListView
  296.           Left = 8
  297.           Top = 24
  298.           Width = 401
  299.           Height = 105
  300.           Columns = <
  301.             item
  302.               Caption = 'POP3 Server'
  303.               Width = 150
  304.             end
  305.             item
  306.               Caption = 'Username'
  307.               Width = 129
  308.             end
  309.             item
  310.               Caption = 'Password'
  311.               Width = 120
  312.             end>
  313.           FlatScrollBars = True
  314.           ReadOnly = True
  315.           RowSelect = True
  316.           TabOrder = 0
  317.           ViewStyle = vsReport
  318.         end
  319.         object Button4: TButton
  320.           Left = 328
  321.           Top = 136
  322.           Width = 75
  323.           Height = 25
  324.           Caption = 'Delete'
  325.           TabOrder = 2
  326.           OnClick = Button4Click
  327.         end
  328.         object Button5: TButton
  329.           Left = 248
  330.           Top = 136
  331.           Width = 75
  332.           Height = 25
  333.           Caption = 'Add'
  334.           TabOrder = 1
  335.           OnClick = Button5Click
  336.         end
  337.       end
  338.       object Button8: TButton
  339.         Left = 221
  340.         Top = 232
  341.         Width = 75
  342.         Height = 25
  343.         Caption = '< Back'
  344.         TabOrder = 1
  345.         OnClick = Button8Click
  346.       end
  347.       object Button9: TButton
  348.         Left = 296
  349.         Top = 232
  350.         Width = 75
  351.         Height = 25
  352.         Caption = 'Finish'
  353.         TabOrder = 2
  354.         OnClick = Button9Click
  355.       end
  356.       object Button10: TButton
  357.         Left = 376
  358.         Top = 232
  359.         Width = 75
  360.         Height = 25
  361.         Caption = 'Cancel'
  362.         TabOrder = 3
  363.         OnClick = Button1Click
  364.       end
  365.     end
  366.     object TPage
  367.       Left = 0
  368.       Top = 0
  369.       Caption = 'AddPOP3'
  370.       object Label13: TLabel
  371.         Left = 16
  372.         Top = 16
  373.         Width = 172
  374.         Height = 13
  375.         Caption = 'You'#39've selected to add a POP3 Box.'
  376.       end
  377.       object GroupBox4: TGroupBox
  378.         Left = 16
  379.         Top = 40
  380.         Width = 417
  381.         Height = 169
  382.         Caption = 'Remote POP3'
  383.         Ctl3D = False
  384.         ParentCtl3D = False
  385.         TabOrder = 0
  386.         object Label14: TLabel
  387.           Left = 16
  388.           Top = 24
  389.           Width = 36
  390.           Height = 13
  391.           Caption = 'Server:'
  392.         end
  393.         object Label15: TLabel
  394.           Left = 16
  395.           Top = 48
  396.           Width = 52
  397.           Height = 13
  398.           Caption = 'Username:'
  399.         end
  400.         object Label16: TLabel
  401.           Left = 16
  402.           Top = 72
  403.           Width = 50
  404.           Height = 13
  405.           Caption = 'Password:'
  406.         end
  407.         object Label17: TLabel
  408.           Left = 16
  409.           Top = 96
  410.           Width = 90
  411.           Height = 13
  412.           Caption = 'Confirm password:'
  413.         end
  414.         object Edit5: TEdit
  415.           Left = 112
  416.           Top = 22
  417.           Width = 289
  418.           Height = 19
  419.           TabOrder = 0
  420.         end
  421.         object Edit6: TEdit
  422.           Left = 112
  423.           Top = 46
  424.           Width = 289
  425.           Height = 19
  426.           TabOrder = 1
  427.         end
  428.         object Edit7: TEdit
  429.           Left = 112
  430.           Top = 70
  431.           Width = 289
  432.           Height = 19
  433.           PasswordChar = '*'
  434.           TabOrder = 2
  435.         end
  436.         object Edit8: TEdit
  437.           Left = 112
  438.           Top = 94
  439.           Width = 289
  440.           Height = 19
  441.           PasswordChar = '*'
  442.           TabOrder = 3
  443.         end
  444.       end
  445.       object Button12: TButton
  446.         Left = 296
  447.         Top = 232
  448.         Width = 75
  449.         Height = 25
  450.         Caption = 'OK'
  451.         TabOrder = 1
  452.         OnClick = Button12Click
  453.       end
  454.       object Button11: TButton
  455.         Left = 376
  456.         Top = 232
  457.         Width = 75
  458.         Height = 25
  459.         Caption = 'Cancel'
  460.         TabOrder = 2
  461.         OnClick = Button11Click
  462.       end
  463.     end
  464.   end
  465. end
  466.